Version

CreateAppointment(Action<DataError>) Method

Syntax
public override Appointment CreateAppointment( 
   Action<DataError> errorCallback
)

Parameters

errorCallback

Return Value

A Infragistics.Scheduler.Data.AppointmentOperationResult instance containing a reference to the newly created Infragistics.Scheduler.Appointment, or a Infragistics.Scheduler.Data.DataError object if the operation failed.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also